From: Richard M. Stallman Date: Thu, 29 May 1997 21:33:41 +0000 (+0000) Subject: (Fcurrent_time_string): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81042 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7a8630dac3f2367675d76fd71444689313fb62bd;p=emacs.git (Fcurrent_time_string): Doc fix. --- diff --git a/src/editfns.c b/src/editfns.c index c433be3a6df..a195e15a3a5 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1002,6 +1002,9 @@ DEFUN ("current-time-string", Fcurrent_time_string, Scurrent_time_string, 0, 1, Programs can use this function to decode a time,\n\ since the number of columns in each field is fixed.\n\ The format is `Sun Sep 16 01:03:52 1973'.\n\ +However, see also the functions `decode-time' and `format-time-string'\n\ +which provide a much more powerful and general facility.\n\ +\n\ If an argument is given, it specifies a time to format\n\ instead of the current time. The argument should have the form:\n\ (HIGH . LOW)\n\